home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
English.lproj
/
GridView.nib
/
data.classes
next >
Wrap
Text File
|
1992-02-25
|
363b
|
29 lines
FirstResponder = {
ACTIONS = {
orderFrontNXColorPanel:;
};
SUPERCLASS = Object;
};
GridView = {
ACTIONS = {
cancel:;
changeSpacing:;
changeGray:;
show:;
off:;
};
OUTLETS = {
form;
spacing;
graySlider;
grayField;
};
SUPERCLASS = View;
};
DrawApp = {
OUTLETS = {
gridInspector;
};
SUPERCLASS = Application;
};